Subject: Additional Mathematics
Topic: 9
Cambridge Code: 4037 / 0606
Sequences
Sequence - Ordered list of numbers following a pattern
Notation
a1,a2,a3,…,an
where:
- an is the n-th term
- a1 is the first term
Formula for the n-th term: an or Tn
Example: For sequence 3, 6, 9, 12, ...
an=3n
Arithmetic Sequences
Arithmetic Sequence - Sequence with constant difference between consecutive terms
Common Difference
d=an+1−an
an=a1+(n−1)d
where:
- an is the n-th term
- a1 is the first term
- d is the common difference
Example
Sequence: 2, 5, 8, 11, ...
- First term: a1=2
- Common difference: d=3
- General formula: an=2+(n−1)(3)=3n−1
- 10th term: a10=3(10)−1=29
Sum of Arithmetic Series
Sn=2n(a1+an)=2n(2a1+(n−1)d)
where Sn is the sum of first n terms
Example
Sum of first 10 terms of 2, 5, 8, 11, ...:
S10=210(2+29)=5×31=155
Or: S10=210(2(2)+9(3))=5(4+27)=155
Geometric Sequences
Geometric Sequence - Sequence with constant ratio between consecutive terms
Common Ratio
r=anan+1
an=a1⋅rn−1
where:
- an is the n-th term
- a1 is the first term
- r is the common ratio
Example
Sequence: 3, 6, 12, 24, ...
- First term: a1=3
- Common ratio: r=2
- General formula: an=3⋅2n−1
- 6th term: a6=3⋅25=3⋅32=96
Sum of Geometric Series
If r=1:
Sn=a1⋅r−1rn−1=a1⋅1−r1−rn
If r=1:
Sn=n⋅a1
Example
Sum of first 6 terms of 3, 6, 12, 24, ...:
S6=3⋅2−126−1=3⋅164−1=3⋅63=189
Infinite Geometric Series
Convergent Series - Series with a finite sum (when ∣r∣<1)
Sum to Infinity
S∞=1−ra1,∣r∣<1
Example
Sum of infinite series 2+1+0.5+0.25+…
- First term: a1=2
- Common ratio: r=0.5
S∞=1−0.52=0.52=4
Divergent Series: If ∣r∣≥1, series diverges (no finite sum)
Sigma Notation
Sigma Notation - Compact way to write a sum
∑n=1Nan=a1+a2+a3+⋯+aN
Examples
∑n=152n=2(1)+2(2)+2(3)+2(4)+2(5)=2+4+6+8+10=30
∑n=143n=31+32+33+34=3+9+27+81=120
Sum of Natural Numbers
∑n=1Nn=2N(N+1)
Sum of Squares
∑n=1Nn2=6N(N+1)(2N+1)
Sum of Cubes
∑n=1Nn3=[2N(N+1)]2
Fibonacci and Other Sequences
Fibonacci Sequence: Fn=Fn−1+Fn−2
Starting with F1=1,F2=1:
1, 1, 2, 3, 5, 8, 13, 21, ...
Recursive Sequences
Defined by a recurrence relation:
an=f(an−1,an−2,…)
Example: an=2an−1+1 with a1=1
- a1=1
- a2=2(1)+1=3
- a3=2(3)+1=7
- a4=2(7)+1=15
Key Points to Remember
- Arithmetic: Constant difference d
- Geometric: Constant ratio r
- Arithmetic sum: Sn=2n(a1+an)
- Geometric sum: Sn=a1⋅1−r1−rn
- Infinite geometric sum: S∞=1−ra1 (if ∣r∣<1)
- Use sigma notation for compact representation
Worked Examples
Example 1: Arithmetic Sequence
An arithmetic sequence has a3=7 and a7=15.
Find a1 and d:
From an=a1+(n−1)d:
- a3:7=a1+2d ... (1)
- a7:15=a1+6d ... (2)
Subtract (1) from (2): 8=4d⇒d=2
From (1): 7=a1+4⇒a1=3
Example 2: Geometric Sum
A geometric series has a1=2 and r=21.
Find S5:
S5=2⋅1−211−(21)5=2⋅211−321=2⋅2⋅3231=831=3.875
Example 3: Infinite Series
Find sum of infinite geometric series: 21+41+81+…
- a1=21, r=21
S∞=1−2121=2121=1
Practice Questions
-
Find the general term and 20th term of: 5, 10, 15, 20, ...
-
Find the sum of first 8 terms of: 3, 9, 27, 81, ...
-
Find the sum to infinity of: 1+21+41+81+…
-
Given arithmetic sequence with a2=5 and a5=14, find a10.
Revision Tips
- Arithmetic: common difference d (add/subtract)
- Geometric: common ratio r (multiply/divide)
- Two equations needed to find a1 and d
- Check if geometric series converges before finding S∞
- Use sigma notation for multiple terms